Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointCreateSpec

Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointCreateSpec
Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointCreateSpec

The Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointCreateSpec schema is used for configuring the Supervisor to send metrics to a remote endpoint in a HTTP message.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "url": "string",
    "tls_client_config": {
        "certificate_authority_chain": "string",
        "client_certificate": "string",
        "client_private_key": "string"
    },
    "http_headers": [
        {
            "name": "string",
            "value": "string"
        }
    ]
}
string
url
Required

URL of the remote endpoint where Supervisor should send metrics. This can be an HTTP or HTTPS URL, following the format http(s)://server.com/path/to/metrics.

This property was added in vSphere API 9.0.0.0.

tls_client_config
Optional

TLS client configuration information used by Supervisor for sending metrics to a remote endpoint.

This property was added in vSphere API 9.0.0.0.

If missing or null, Supervisor will not use TLS communication with the remote endpoint when sending metrics.

http_headers
Optional

HTTP headers to be added when the Supervisor sends metrics to the remote endpoint.

This property was added in vSphere API 9.0.0.0.

If missing or null, no HTTP headers will be added when sending metrics to the remote endpoint.